Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade xunit to get newer asserts #57398

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

jasonmalinowski
Copy link
Member

The newer library is now nullable enabled, so we can get rid of some helpers we have that duplicate it.

This is currently blocked by xunit/xunit#2396.

xunit's Assert.NotNull is now null annotated. We had a few uses of
a separate helper that took a message, which I just inlined.
xunit now has Assert.Fail.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant